OpenBuildings GenerativeComponents Help

Sin

Returns the sine of the given angle.

double Sin(double angle)

The angle is presumed to be measured in degrees. If you have the angle in radians, use Sin(Degrees(angle)).